home *** CD-ROM | disk | FTP | other *** search
/ Indy 500 - Celebrate the Spectacle / Indy 500 - Celebrate the Spectacle.iso / pc / assets / fullScreenVideo.dxr / 00023_cleanUpWindow.ls < prev    next >
Encoding:
Text File  |  2004-12-08  |  120 b   |  9 lines

  1. global gWindowName
  2.  
  3. on cleanUpWindow me
  4.   tell the stage
  5.     MIAW_close()
  6.   end tell
  7.   window(gWindowName).forget()
  8. end
  9.